home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
s
/
fileactions
< prev
next >
Wrap
Text File
|
1994-06-06
|
785b
|
23 lines
;
; FileActions Sample File
;
; Syntax:
; TYPE <typename> ACTION <action> [QUOTES]
;
; where <typename> must be a valid WhatIs Type Name
; and <action> is an AmigaDOS command string with "%s" instead of the
; file name. QUOTES is optional and switches on the quote insertion
; to allow MegaView to use filenames with spaces in it. See Documentation
; for details.
;
; Comment lines start with ; Empty lines are allowed.
; Use the comment sign (;) for End-Of-Line-Comments, too
TYPE "JPEG" ACTION "dh0:vt %s" QUOTES
TYPE "ILBM" ACTION "dh0:vt %s" QUOTES
TYPE Doc ACTION "c:mm %s" QUOTES
TYPE ReadMe ACTION "c:mm %s" QUOTES
TYPE Guide ACTION "Amigaguide %s" QUOTES
TYPE Text ACTION "c:mm %s" QUOTES